home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 050a / dayo1_7.zip / HEY!.DOC < prev    next >
Text File  |  1990-12-03  |  3KB  |  82 lines

  1.  
  2.       - Using DAYO Time & Billing with DAYO Inventory, POS & AR -
  3.  
  4.  
  5.       If you decide to use DAYO Time & Billing with any of the other DAYO
  6.   modules, you may need to modify existing Inventory, POS and AR databases to
  7.   insure that the following fields are present, and if that if they are
  8.   present, that they have the correct length and number of decimals. Use the
  9.   latest DAYO Update & Conversion program to convert the Inventory, POS, and
  10.   AR modules, or use the MODIFY DATABASE option in the MISC ROUTINES routine
  11.   (found in most modules) to make the changes.
  12.  
  13.       CALL US IF YOU HAVE ANY PROBLEMS OR QUESTIONS!!!
  14.  
  15.  
  16.     Inventory Database: INV.DBF
  17.      Field  Field name  Type        Width    Dec
  18.      ─────  ──────────  ─────────   ─────    ───
  19.        1    TI          Logical       1       0
  20.        2    NS          Logical       1       0
  21.  
  22.     Customer Database: CUSTOMER.DBF
  23.      Field  Field name  Type        Width    Dec
  24.      ─────  ──────────  ─────────   ─────    ───
  25.        1    RATE        Numeric       10      3
  26.  
  27.     Multiple Ship Tos Database: SHIPTOS.DBF
  28.      Field  Field name  Type        Width    Dec
  29.      ─────  ──────────  ─────────   ─────    ───
  30.        1    RATE        Numeric       10      3
  31.  
  32.     Sales Person Database: SALESPER.DBF
  33.      Field  Field name  Type        Width    Dec
  34.      ─────  ──────────  ─────────   ─────    ───
  35.        1    RATE        Numeric       10      3
  36.  
  37.     Database: INVOICE.DBF
  38.      Field  Field name  Type        Width    Dec
  39.      ─────  ──────────  ─────────   ─────    ───
  40.        1    PROJECT     Numeric       6       0
  41.        2    TERMS2      Char          20      0
  42.        3    AMOUNT2     Numeric       10      2
  43.        4    DISCOUNT    Numeric       10      2
  44.  
  45.     Database: DETAIL.DBF
  46.      Field  Field name  Type        Width    Dec
  47.      ─────  ──────────  ─────────   ─────    ───
  48.        1    PROJECT     Numeric       6       0
  49.        2    QTY         Numeric       9       3
  50.        3    NS          Logical       1       0
  51.        4    TI          Logical       1       0
  52.  
  53.     Database: ARH.DBF
  54.      Field  Field name  Type        Width    Dec
  55.      ─────  ──────────  ─────────   ─────    ───
  56.        1    PROJECT     Numeric       6       0
  57.        2    DISCOUNT    Numeric       10      2
  58.  
  59.     Database: ARD.DBF
  60.      Field  Field name  Type        Width    Dec
  61.      ─────  ──────────  ─────────   ─────    ───
  62.        1    PROJECT     Numeric       6       0
  63.        2    QTY         Numeric       9       3
  64.        3    NS          Logical       1       0
  65.        4    TI          Logical       1       0
  66.  
  67.     Cash Receipts Database: RECEIPTS.DBF
  68.      Field  Field name  Type        Width    Dec
  69.      ─────  ──────────  ─────────   ─────    ───
  70.        1    PROJECT     Numeric       6       0
  71.  
  72.     Cash Receipts Applied Database: APPLIED.DBF
  73.      Field  Field name  Type        Width    Dec
  74.      ─────  ──────────  ─────────   ─────    ───
  75.        1    PROJECT     Numeric       6       0
  76.  
  77.     Inventory Adjustments Database: INVADJ.DBF
  78.      Field  Field name  Type        Width    Dec
  79.      ─────  ──────────  ─────────   ─────    ───
  80.        1    QTY         Numeric       9       3
  81.  
  82.